Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gmock-internal-utils.h>
Public Types | |
typedef std::remove_const < Element >::type | RawElement |
typedef internal::NativeArray < RawElement > | type |
typedef const type | const_reference |
Static Public Member Functions | |
static const_reference | ConstReference (const Element(&array)[N]) |
static type | Copy (const Element(&array)[N]) |
Definition at line 354 of file gmock-internal-utils.h.
typedef std::remove_const<Element>::type testing::internal::StlContainerView< Element[N]>::RawElement |
Definition at line 356 of file gmock-internal-utils.h.
typedef internal::NativeArray<RawElement> testing::internal::StlContainerView< Element[N]>::type |
Definition at line 357 of file gmock-internal-utils.h.
typedef const type testing::internal::StlContainerView< Element[N]>::const_reference |
Definition at line 363 of file gmock-internal-utils.h.
|
inlinestatic |
Definition at line 365 of file gmock-internal-utils.h.
|
inlinestatic |
Definition at line 370 of file gmock-internal-utils.h.